home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / DeliBEEry.swf / scripts / frame_112 / PlaceObject2_150_8 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-06  |  321 b   |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.sprite._x,_root.sprite._y,true))
  3.    {
  4.       _root.sprite.control = false;
  5.       _root.sprite._x = 18;
  6.       _root.sprite._y = 76;
  7.       _root.sprite.avancex = 0;
  8.       _root.sprite.avancey = 0;
  9.       _root.sprite.gravedad = 0;
  10.       _root.nextFrame();
  11.    }
  12. }
  13.